Student Name & ID: Omar elalem (8937288)

Importing some important libraries of Python for Machine Learning

Info about dataset present in Seaborn Repository

Now we are using one of the Seaborn Repository data i.e. "IRIS" dataset

--> head() function give top five data from IRIS dataset

--> info() function give the brief information about dataset

-->values_counts() function return a Series containing counts of unique values.

Let's visualize the IRIS data using Matplotlib

Let's visualize the IRIS data using Seaborn

Let's visualize the IRIS data using Plotly